|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
playAtRateInRange((float)rate, 0, (int)durInFrames-1, true)
.
playAtRateInRange(rate, startFrame, endFrame, true)
.
JavaSound
class is an Implementation of the
Java Sound API specifically designed for use with the Jython
Environment for Students (JES).Playback
extends from Thread
and allows for playback of this sound.JavaSound
of 3 seconds long.
JavaSound
of the specified length.
AudioInputStream
for this sound from the
buffer
and the audioFileFormat
.
playAtRateInRange((float)rate, 0, (int)durInFrames-1, false)
.
playAtRateInRange(rate, startFrame, endFrame, false)
.
printError(message, null)
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |